projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3be3815
)
(display-images-p): Do not explicitly check display type.
author
Jason Rumney
<jasonr@gnu.org>
Wed, 20 Mar 2002 21:26:51 +0000
(21:26 +0000)
committer
Jason Rumney
<jasonr@gnu.org>
Wed, 20 Mar 2002 21:26:51 +0000
(21:26 +0000)
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 05a6a80eb493ea86ef7646dfc998d39956e9a042..6716f3d26571f715d77c99f89d8659470b59c6ec 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-946,10
+946,7
@@
DISPLAY can be a display name, a frame, or nil (meaning the selected
frame's display)."
(and (display-graphic-p display)
(fboundp 'image-mask-p)
- (fboundp 'image-size)
- ;; FIXME: this will need to be revisited when the Windows port
- ;; supports images.
- (not (eq (framep-on-display display) 'w32))))
+ (fboundp 'image-size)))
(defalias 'display-multi-frame-p 'display-graphic-p)
(defalias 'display-multi-font-p 'display-graphic-p)